'Declaration
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")> <NotNullAttribute()> <UADataAttribute(UADataMappingKind.ErrorMessage)> Public Property ErrorMessage As String
'Usage
Dim instance As UABaseVariable(Of TValue,TAttribute) Dim value As String instance.ErrorMessage = value value = instance.ErrorMessage
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")] [NotNull()] [UAData(UADataMappingKind.ErrorMessage)] public string ErrorMessage {get; set;}
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")] [NotNull()] [UAData(UADataMappingKind.ErrorMessage)] public: property String^ ErrorMessage { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.